ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / TrendLine<T> Class / SampleCount Property

In This Topic
    SampleCount Property (TrendLine<T>)
    In This Topic
    Gets or sets the sample count for function calculation.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(100)>
    Public Property SampleCount As Integer
    [DefaultValue(100)]
    public int SampleCount {get; set;}
    See Also